-
-
Notifications
You must be signed in to change notification settings - Fork 298
[ci] Start testing on python 3.14-beta #2731
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
2be6d69
to
c1e0e98
Compare
c1e0e98
to
7121896
Compare
I've been looking into the |
adaabd4
to
82e503f
Compare
Rebased the PR and fixed the remaining two test cases. Just wondering if we need to split the Both are already ignored for PyPy. When I run them locally, Python crashes with
--
|
I was trying to keep the return in finally for python < 3.14 but it's near impossible (very hard as we have 188 tests using it, we can't remove them all for python 3.14). Probably not something we're going to break by mistake, so probably safe to skip. |
My current guess with the last issue is either a fail of pytest under windows and python 3.14 or a cache issue on our side. |
Added backport label because we'll need 3.14 compat for pylint faster than we can properly release 4.0.0. |
Maybe worth kicking this around in the discord #release-planning channel? I could also envision us committing to spending our limited effort between now and October 1 on nothing but 3.14 compat (and optionally, possibly the simplest MVP of pylint-dev/pylint#3512) and releasing 4.0 by October 1. I think we should ship the new features people have contributed without waiting for too much else. |
30f743b
to
34f0ead
Compare
34f0ead
to
b19868d
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2731 +/- ##
==========================================
+ Coverage 93.29% 93.31% +0.01%
==========================================
Files 92 92
Lines 11051 11051
==========================================
+ Hits 10310 10312 +2
+ Misses 741 739 -2
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
Type of Changes